Introduction

REpresentational State Transfer, or REST is an architectural standard for accessing and modifying resources on a server. These resources can be text, images, or data objects. REST APIs are used throughout the software industry to provide backend services to UIs or other services. Your project will use a REST API to manage the application data.

Learning Outcomes

Study Resources

For your study of this topic, use these resources.

Web Articles and Blogs

Video Lessons

Tool Resources

Wikipedia

Class Lecture

Exercises

Before-Class Exercise

In-Class Exercise

After-Class Exercises